Submitted: <%- moment(request.createdDate).format('MM/DD/YYYY @ HH:mm') %>
Location: <%- request.friendlyLocationName || request.facility.name %>
<% if (request.objectType === "CCAppointmentRequest") { %>
Service: Community Care (Distance Eligible Veterans)
<% } %>
Type of Care: <%- request.appointmentType %>
<% if (!_.isEmpty(request.providerName)) { %>
Provider: <%- request.providerName + (_.isEmpty(request.providerPersonClass) ? '' : ' (' + request.providerPersonClass + ')')%>
<% } %>
<% if (request.typeOfCareId !== EXPRESS_CARE_ID) { %>
<% if (!_.isEmpty(request.visitType)) { %>
Preferred Type of Visit: <%- request.visitType %>
<% } %>
<% } %>
<% if (!_.isEmpty(request.providerOption)) { %>
Preference: <%- request.providerOption %>
<% } %>
<% if (request.typeOfCareId === EXPRESS_CARE_ID || (request.appointmentType === 'Primary Care (find a provider)')) { %>
<% if (!_.isEmpty(request.reasonForVisit)) { %>
Reason for <%-(request.appointmentType === 'Primary Care (find a provider)') ? 'Request' : 'Visit' %>: <%- request.reasonForVisit %>
<% } %>
<% if (request.reasonForVisit == 'Other') { %>
Other Reason for Visit: <%- request.otherReasonForVisit %>
<% } %>
<% } %>
<% if (!_.isEmpty(request.additionalInformation) && request.objectType !== "CCAppointmentRequest") { %>
Additional Information: <%- request.additionalInformation %>
<% } %>
<% if (request.objectType !== "CCAppointmentRequest" && request.typeOfCareId !== EXPRESS_CARE_ID) { %>
<% if (!_.isEmpty(request.purposeOfVisit)) { %>